go.uber.org/zap.Logger.errorOutput (field)
8 uses
go.uber.org/zap (current package)
logger.go#L49: errorOutput zapcore.WriteSyncer
logger.go#L74: errorOutput: zapcore.Lock(os.Stderr),
logger.go#L89: errorOutput: zapcore.AddSync(io.Discard),
logger.go#L380: ce.ErrorOutput = log.errorOutput
logger.go#L398: fmt.Fprintf(log.errorOutput, "%v Logger.check error: failed to get caller\n", ent.Time.UTC())
logger.go#L399: _ = log.errorOutput.Sync()
options.go#L77: log.errorOutput = w
options.go#L128: fmt.Fprintf(log.errorOutput, "failed to IncreaseLevel: %v\n", err)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |